home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk152 / cursor / functions.asc < prev    next >
Text File  |  1995-03-19  |  5KB  |  189 lines

  1.  
  2.  Cursor V1.0 - A BASIC compiler for the Amiga
  3.  (c) 1990 by Jürgen Forster
  4.  
  5.  'yes' means that the command or function should work (almost exactly) as
  6.  the same AmigaBASIC-command/function.
  7.  'no' means that the command/function is not yet implemented.
  8.  
  9. ABS()              yes
  10. AREA               no
  11. AREAFILL           no
  12. ASC()              yes
  13. ATN()              yes
  14. BEEP               works, but no sound
  15. BREAK              no
  16. CALL               works only in connection with SUB
  17. CDBL()             yes
  18. CHAIN              no
  19. CHDIR              yes
  20. CHR$()             yes
  21. CINT()             yes
  22. CIRCLE             no
  23. CLEAR              no
  24. CLNG()             yes
  25. CLOSE              yes
  26. CLS                yes
  27. COLLISION          no
  28. COLLISION()        no
  29. COLOR              no
  30. COMMON             no
  31. CONT               no
  32. COS()              no
  33. CSNG()             yes
  34. CSRLIN             yes
  35. CVI()              yes
  36. CVL()              yes
  37. CVS()              yes
  38. CVD()              yes
  39. DATA               yes
  40. DATE$              no
  41. DECLARE FUNCTION   no
  42. DEF FN             no
  43. DEFINT             yes
  44. DEFLNG             yes
  45. DEFSNG             yes
  46. DEFDBL             yes
  47. DEFSTR             yes
  48. DELETE             no
  49. DIM                yes
  50. END                yes
  51. END SUB            yes
  52. EOF()              yes
  53. ERASE              no
  54. ERL                no
  55. ERR                no
  56. ERROR              no
  57. EXIT SUB           yes
  58. EXP                yes
  59. FIELD              no
  60. FILES              yes
  61. FIX                yes
  62. FOR                yes
  63. FRE                no
  64. GET                no
  65. GOSUB              yes
  66. GOTO               yes
  67. HEX$()             yes
  68. IF                 yes
  69. INKEY$             yes
  70. INPUT              no (use LINE INPUT)
  71. INPUT$()           only for files
  72. INPUT #            no (use LINE INPUT)
  73. INSTR              yes
  74. INT                yes
  75. KILL               yes
  76. LBOUND             no
  77. LEFT$()            yes
  78. LEN                yes
  79. LET                yes
  80. LIBRARY            no
  81. LINE               no
  82. LINE INPUT         yes
  83. LINE INPUT #       yes
  84. LIST               no
  85. LLIST              no
  86. LOAD               no
  87. LOC()              no
  88. LOCATE             yes
  89. LOF()              yes
  90. LOG()              yes
  91. LPOS()             no
  92. LPRINT             no
  93. LPRINT USING       no
  94. LSET               no
  95. MENU               no
  96. MENU()             no
  97. MERGE              no
  98. MID$()             yes, but not MID$(..) = ...
  99. MKI$()             yes
  100. MKL$()             yes
  101. MKS$()             yes
  102. MKD$()             yes
  103. MOUSE()            no
  104. MOUSE              no
  105. NAME               yes
  106. NEW                no
  107. NEXT               yes
  108. OBJECT*            no
  109. OCT$()             no
  110. ON BREAK/COLLISION/ERROR/MENU/MOUSE/TIMER no
  111. ON ... GOSUB       yes
  112. ON ... GOTO        yes
  113. OPEN               yes, but only FOR OUTPUT/APPEND/INPUT
  114. OPTION BASE        no
  115. PAINT              no
  116. PALETTE            no
  117. PATTERN            no
  118. PEEK               yes
  119. PEEKL              yes
  120. PEEKW              yes
  121. POINT              no
  122. POKE               yes
  123. POKEL              yes
  124. POKEW              yes
  125. POS()              yes
  126. PRESET             no
  127. PRINT              yes
  128. PRINT USING        no
  129. PRINT #            yes
  130. PRINT USING #      no
  131. PSET               no
  132. PTAB               no
  133. PUT                no
  134. RANDOMIZE          no
  135. READ               yes
  136. REM                yes
  137. RESTORE            yes
  138. RESUME             no
  139. RETURN             yes
  140. RIGHT$()           yes
  141. RND()              no
  142. RSET               no
  143. RUN                no
  144. SADD()             yes
  145. SAVE               no
  146. SAY                no
  147. SCREEN             no
  148. SCROLL             no
  149. SGN()              yes
  150. SHARED             works like DIM SHARED
  151. SIN()              yes
  152. SLEEP              no
  153. SOUND              no
  154. SPACE$()           yes
  155. SPC()              no
  156. SQR()              yes
  157. STICK              no
  158. STOP               no
  159. STR$()             yes
  160. STIG()             no
  161. STRING$()          yes
  162. SUB                yes
  163. SWAP               yes
  164. SYSTEM             yes
  165. TAB()              no
  166. TAN()              yes
  167. TIME$()            no
  168. TIMER              no
  169. TIMER()            yes
  170. TRANSLATE$()       no
  171. TRON               no
  172. TROFF              no
  173. UBOUND             no
  174. UCASE$             yes
  175. VAL                does not support &H
  176. VARPTR             no
  177. WAVE               no
  178. WEND               yes
  179. WHILE              yes
  180. WIDTH              no
  181. WINDOW             yes
  182. WINDOW()           no
  183. WRITE              no
  184. WRITE #            no
  185.  
  186.  also supported:
  187. =, <, >, <=, >=, <>, MOD, *, /, ^, +, -, \, NOT, AND, OR, XOR, EQV, IMP
  188.  
  189.